home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 7 / BBS in a Box - Macintosh - Volume VII (BBS in a Box) (January 1993).iso / Files / Hyper / Me-Mz / MOLECULE SHAPES.cpt / MOLECULE SHAPES Folder / shapes of molecules / background_4747.txt < prev    next >
Text File  |  1991-08-01  |  8KB  |  390 lines

  1. -- background: 4747 from stack: in
  2. -- bmap block id: 4915
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: 
  6.  
  7.  
  8. -- part 1 (field)
  9. -- low flags: 80
  10. -- high flags: 0000
  11. -- rect: left=76 top=298 right=316 bottom=100
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 0
  15. -- font id: 3
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: ans
  20.  
  21.  
  22. -- part 2 (field)
  23. -- low flags: 01
  24. -- high flags: 0000
  25. -- rect: left=26 top=69 right=135 bottom=481
  26. -- title width / last selected line: 0
  27. -- icon id / first selected line: 0 / 0
  28. -- text alignment: 0
  29. -- font id: 2
  30. -- text size: 24
  31. -- style flags: 0
  32. -- line height: 32
  33. -- part name: Q
  34.  
  35.  
  36. -- part 7 (button)
  37. -- low flags: 00
  38. -- high flags: 2002
  39. -- rect: left=32 top=207 right=273 bottom=111
  40. -- title width / last selected line: 0
  41. -- icon id / first selected line: 0 / 0
  42. -- text alignment: 1
  43. -- font id: 0
  44. -- text size: 12
  45. -- style flags: 0
  46. -- line height: 16
  47. -- part name: b1
  48. ----- HyperTalk script -----
  49. on mouseUp
  50.   global response
  51.   global tries
  52.   global lastClick
  53.  
  54.   if the seconds - lastClick < 4 then exit mouseup
  55.   else put the seconds into lastClick
  56.   put 1 into response
  57.   add 1 to tries
  58.   put tries into background field "try"
  59.   check
  60. end mouseUp
  61.  
  62.  
  63.  
  64. -- part 8 (button)
  65. -- low flags: 00
  66. -- high flags: 2002
  67. -- rect: left=141 top=207 right=272 bottom=223
  68. -- title width / last selected line: 0
  69. -- icon id / first selected line: 0 / 0
  70. -- text alignment: 1
  71. -- font id: 0
  72. -- text size: 12
  73. -- style flags: 0
  74. -- line height: 16
  75. -- part name: b2
  76. ----- HyperTalk script -----
  77. on mouseUp
  78.   global response
  79.   global tries
  80.   global lastClick
  81.  
  82.   if the seconds - lastClick < 4 then exit mouseup
  83.   else put the seconds into lastClick
  84.   put 2 into response
  85.   add 1 to tries
  86.   put tries into background field "try"
  87.   check
  88. end mouseUp
  89.  
  90.  
  91.  
  92. -- part 11 (button)
  93. -- low flags: 00
  94. -- high flags: 2002
  95. -- rect: left=250 top=207 right=272 bottom=335
  96. -- title width / last selected line: 0
  97. -- icon id / first selected line: 0 / 0
  98. -- text alignment: 1
  99. -- font id: 0
  100. -- text size: 12
  101. -- style flags: 0
  102. -- line height: 16
  103. -- part name: b3
  104. ----- HyperTalk script -----
  105. on mouseUp
  106.   global response
  107.   global tries
  108.   global lastClick
  109.  
  110.   if the seconds - lastClick < 4 then exit mouseup
  111.   else put the seconds into lastClick
  112.   put 3 into response
  113.   add 1 to tries
  114.   put tries into background field "try"
  115.   check
  116. end mouseUp
  117.  
  118.  
  119.  
  120. -- part 12 (button)
  121. -- low flags: 00
  122. -- high flags: 2002
  123. -- rect: left=371 top=207 right=271 bottom=458
  124. -- title width / last selected line: 0
  125. -- icon id / first selected line: 0 / 0
  126. -- text alignment: 1
  127. -- font id: 0
  128. -- text size: 12
  129. -- style flags: 0
  130. -- line height: 16
  131. -- part name: b4
  132. ----- HyperTalk script -----
  133. on mouseUp
  134.   global response
  135.   global tries
  136.   global lastClick
  137.  
  138.   if the seconds - lastClick < 4 then exit mouseup
  139.   else put the seconds into lastClick
  140.   put 4 into response
  141.   add 1 to tries
  142.   put tries into background field "try"
  143.   check
  144. end mouseUp
  145.  
  146.  
  147.  
  148. -- part 13 (button)
  149. -- low flags: 00
  150. -- high flags: 0000
  151. -- rect: left=403 top=294 right=326 bottom=456
  152. -- title width / last selected line: 0
  153. -- icon id / first selected line: 1014 / 1014
  154. -- text alignment: 1
  155. -- font id: 0
  156. -- text size: 12
  157. -- style flags: 0
  158. -- line height: 16
  159. -- part name: New Button
  160. ----- HyperTalk script -----
  161. on mouseUp
  162.   show card button "Click here for Hint"
  163.   go to previous card in stack
  164. end mouseUp
  165.  
  166.  
  167.  
  168. -- part 14 (button)
  169. -- low flags: 00
  170. -- high flags: 0000
  171. -- rect: left=458 top=294 right=326 bottom=505
  172. -- title width / last selected line: 0
  173. -- icon id / first selected line: 1013 / 1013
  174. -- text alignment: 1
  175. -- font id: 0
  176. -- text size: 12
  177. -- style flags: 0
  178. -- line height: 16
  179. -- part name: New Button
  180. ----- HyperTalk script -----
  181. on mouseUp
  182.   visual dissolve to gray
  183.   show card button "Click Here for Hint"
  184.   go to next card in stack
  185. end mouseUp
  186.  
  187.  
  188.  
  189. -- part 15 (button)
  190. -- low flags: 00
  191. -- high flags: 0000
  192. -- rect: left=9 top=294 right=340 bottom=61
  193. -- title width / last selected line: 0
  194. -- icon id / first selected line: 20098 / 20098
  195. -- text alignment: 1
  196. -- font id: 0
  197. -- text size: 12
  198. -- style flags: 0
  199. -- line height: 16
  200. -- part name: New Button
  201. ----- HyperTalk script -----
  202. on mouseUp
  203.   go home
  204. end mouseUp
  205.  
  206.  
  207.  
  208. -- part 17 (field)
  209. -- low flags: 00
  210. -- high flags: 0000
  211. -- rect: left=481 top=58 right=76 bottom=504
  212. -- title width / last selected line: 0
  213. -- icon id / first selected line: 0 / 0
  214. -- text alignment: 0
  215. -- font id: 3
  216. -- text size: 12
  217. -- style flags: 0
  218. -- line height: 16
  219. -- part name: number
  220.  
  221.  
  222. -- part 18 (field)
  223. -- low flags: 80
  224. -- high flags: 0000
  225. -- rect: left=6 top=47 right=112 bottom=140
  226. -- title width / last selected line: 0
  227. -- icon id / first selected line: 0 / 0
  228. -- text alignment: 1
  229. -- font id: 2
  230. -- text size: 24
  231. -- style flags: 4096
  232. -- line height: 32
  233. -- part name: correct
  234.  
  235.  
  236. -- part 19 (field)
  237. -- low flags: 00
  238. -- high flags: 0000
  239. -- rect: left=480 top=39 right=57 bottom=506
  240. -- title width / last selected line: 0
  241. -- icon id / first selected line: 0 / 0
  242. -- text alignment: 0
  243. -- font id: 3
  244. -- text size: 12
  245. -- style flags: 0
  246. -- line height: 16
  247. -- part name: try
  248.  
  249.  
  250. -- part 20 (button)
  251. -- low flags: 00
  252. -- high flags: 8004
  253. -- rect: left=412 top=7 right=32 bottom=507
  254. -- title width / last selected line: 0
  255. -- icon id / first selected line: 0 / 0
  256. -- text alignment: 1
  257. -- font id: 0
  258. -- text size: 12
  259. -- style flags: 0
  260. -- line height: 16
  261. -- part name: Reset Count
  262. ----- HyperTalk script -----
  263. on mouseUp
  264.   global number
  265.   global tries
  266.   put zero into tries
  267.   put zero into number
  268.   put tries into background field "try"
  269.   put number into background field "number"
  270. end mouseUp
  271.  
  272.  
  273.  
  274. -- part 22 (button)
  275. -- low flags: 00
  276. -- high flags: 0000
  277. -- rect: left=7 top=206 right=223 bottom=33
  278. -- title width / last selected line: 0
  279. -- icon id / first selected line: 0 / 0
  280. -- text alignment: 1
  281. -- font id: 0
  282. -- text size: 12
  283. -- style flags: 0
  284. -- line height: 16
  285. -- part name: New Button
  286. ----- HyperTalk script -----
  287. on mouseUp
  288.   send mouseup to bkgnd button "b1"
  289. end mouseUp
  290.  
  291.  
  292.  
  293. -- part 23 (button)
  294. -- low flags: 00
  295. -- high flags: 0000
  296. -- rect: left=123 top=206 right=223 bottom=149
  297. -- title width / last selected line: 0
  298. -- icon id / first selected line: 0 / 0
  299. -- text alignment: 1
  300. -- font id: 0
  301. -- text size: 12
  302. -- style flags: 0
  303. -- line height: 16
  304. -- part name: New Button
  305. ----- HyperTalk script -----
  306. on mouseUp
  307.   send mouseup to bkgnd button "b2"
  308. end mouseUp
  309.  
  310.  
  311.  
  312. -- part 24 (button)
  313. -- low flags: 00
  314. -- high flags: 0000
  315. -- rect: left=230 top=206 right=223 bottom=256
  316. -- title width / last selected line: 0
  317. -- icon id / first selected line: 0 / 0
  318. -- text alignment: 1
  319. -- font id: 0
  320. -- text size: 12
  321. -- style flags: 0
  322. -- line height: 16
  323. -- part name: New Button
  324. ----- HyperTalk script -----
  325. on mouseUp
  326.   send mouseup to bkgnd button "b3"
  327. end mouseUp
  328.  
  329.  
  330.  
  331. -- part 25 (button)
  332. -- low flags: 00
  333. -- high flags: 0000
  334. -- rect: left=352 top=206 right=223 bottom=378
  335. -- title width / last selected line: 0
  336. -- icon id / first selected line: 0 / 0
  337. -- text alignment: 1
  338. -- font id: 0
  339. -- text size: 12
  340. -- style flags: 0
  341. -- line height: 16
  342. -- part name: New Button
  343. ----- HyperTalk script -----
  344. on mouseUp
  345.   send mouseup to bkgnd button "b4"
  346. end mouseUp
  347.  
  348.  
  349.  
  350. -- part 26 (button)
  351. -- low flags: 00
  352. -- high flags: 0001
  353. -- rect: left=390 top=131 right=150 bottom=468
  354. -- title width / last selected line: 0
  355. -- icon id / first selected line: 0 / 0
  356. -- text alignment: 1
  357. -- font id: 0
  358. -- text size: 12
  359. -- style flags: 0
  360. -- line height: 16
  361. -- part name: polar
  362.  
  363.  
  364. -- part 27 (button)
  365. -- low flags: 00
  366. -- high flags: 0001
  367. -- rect: left=390 top=150 right=169 bottom=468
  368. -- title width / last selected line: 0
  369. -- icon id / first selected line: 0 / 0
  370. -- text alignment: 1
  371. -- font id: 0
  372. -- text size: 12
  373. -- style flags: 0
  374. -- line height: 16
  375. -- part name: nonpolar
  376.  
  377.  
  378. -- part 28 (field)
  379. -- low flags: 01
  380. -- high flags: 0000
  381. -- rect: left=4 top=28 right=59 bottom=47
  382. -- title width / last selected line: 0
  383. -- icon id / first selected line: 0 / 0
  384. -- text alignment: 0
  385. -- font id: 3
  386. -- text size: 24
  387. -- style flags: 256
  388. -- line height: 32
  389. -- part name: ct
  390.